func runtime.lockWithRank
8 uses
runtime (current package)
lock_spinbit.go#L152: lockWithRank(l, getLockRank(l))
lockrank_off.go#L23: func lockWithRank(l *mutex, rank lockRank) {
sema.go#L180: lockWithRank(&root.lock, lockRankRoot)
sema.go#L219: lockWithRank(&root.lock, lockRankRoot)
sema.go#L589: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L640: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L675: lockWithRank(&l.lock, lockRankNotifyList)
stack.go#L867: lockWithRank(&sg.c.get().lock, lockRankHchanLeaf)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)